projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bf212
)
Makefile: fix the typo error for mrproper
author
Bo Shen
<
[email protected]
>
Mon, 16 Dec 2013 07:27:23 +0000
(15:27 +0800)
committer
Tom Rini
<
[email protected]
>
Wed, 18 Dec 2013 15:23:36 +0000
(10:23 -0500)
Fix the typo error for mrproper from mkproper.
Signed-off-by: Bo Shen <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f03d116d7c4e2146874ebd916f7ab6c6ba5e6db6..de36187fb0c5e540ed5f144585fe8ec68431ee0f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-163,7
+163,7
@@
endif
include $(TOPDIR)/config.mk
# Targets which don't build the source code
-NON_BUILD_TARGETS = backup clean clobber distclean m
k
proper tidy unconfig
+NON_BUILD_TARGETS = backup clean clobber distclean m
r
proper tidy unconfig
# Only do the generic board check when actually building, not configuring
ifeq ($(filter $(NON_BUILD_TARGETS),$(MAKECMDGOALS)),)